home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / PCW_C.ARJ / TCLINK.BAT < prev    next >
DOS Batch File  |  1990-01-16  |  189b  |  14 lines

  1. cls
  2. if '%3' == '' goto two
  3. tcc -K -mm %1 %2 %3 tcpcwmm.lib
  4. goto exit
  5. :two
  6. if '%2' == '' goto one
  7. tcc -K -mm %1 %2 tcpcwmm.lib
  8. goto exit
  9. :one
  10. tcc -K -mm %1 tcpcwmm.lib
  11. :exit
  12.  
  13. 
  14.